home *** CD-ROM | disk | FTP | other *** search
/ The Complete Utilities To…ka 501 Killer Utilities! / 501 Killer Utilities! (Macworld July 1995).cdr / Programming / Tools Plus 2.5.3 Evaluation Kit / Tools Plus 2.5.3 / Tools Plus 2.5.3 for Pascal / Starter Files / My App.p next >
Encoding:
Text File  |  1994-05-23  |  116 b   |  11 lines  |  [TEXT/PJMM]

  1. program MyApp;
  2.     uses
  3.         ToolsPlus;
  4.  
  5. { Insert your declarations here }
  6.  
  7. begin
  8.  
  9. { Insert your program code here }
  10.  
  11. end.